Skip to main content

Get All Installed Marketplace Templates

Get All Installed Marketplace Templates

Path Parameters
    workspaceName string required
Header Parameters
    Authentication string
    Example: Bearer {{token}}

Response

idstring

Unique Id of the Marketplace.

aliasstring

Name of the marketplace application.

descriptionstring

Description for marketplace application.

providerIdstring

Marketplace provider Id.

topLevelboolean

true/false for top level authenticator.

builtInboolean

true/false for built in marketplace authenticator.

hiddenboolean

true/false for hidden authenticator or not.

installedboolean

true/false for installed or not.

templateAliasstring

Template name.

templateTypestring

Template type.

templateIdstring

Id of the template.

authenticationExecutionsarray

liveboolean

true/false for marketplace authenticator is live or not.

Sample Response
[
{
"id": "68df5301-f94c-4aea-8db0-4d64b7f6299a",
"alias": "Magic Link Auth_onboarding",
"description": "email-magic-link-onboarding",
"providerId": "basic-flow",
"topLevel": true,
"builtIn": false,
"hidden": false,
"installed": true,
"templateAlias": "email-ml-reg-temp-title",
"templateType": "ONBOARDING",
"templateId": "ffad4c80-5956-407b-8658-ec56f8f5f001",
"authenticationExecutions": [
{
"authenticatorConfig": "e080d035-8a45-4728-bb2a-493f71211705",
"authenticator": "email-reg-authenticator",
"authenticatorFlow": false,
"requirement": "REQUIRED",
"priority": 10,
"autheticatorFlow": false,
"userSetupAllowed": false
}
],
"live": true
}
]
HTTP STATUS CODE SUMMARY
200 - OKSuccessfully done.
201 - OKSuccessfully created.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedUnauthorized access try with correct access.
402 - Request FailedThe parameters were valid but the request failed.
403 - ForbiddenThe Application doesn't have permissions to perform the request.
404 - Not FoundThe requested resource doesn't exist
500 - Server ErrorsSomething went wrong on ezto auth's end. (These are rare.)
503 - Server ErrorsService temporarily unavailable

Loading...